From: Jim Blandy Date: Tue, 6 Jul 1993 06:16:20 +0000 (+0000) Subject: * doc.c (Fsubstitute_command_keys): Pass all five arguments to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95061 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fc593b05890222a0cbc128e2f8888a9d1405ced5;p=emacs.git * doc.c (Fsubstitute_command_keys): Pass all five arguments to describe_map_tree. --- diff --git a/src/doc.c b/src/doc.c index 9cab00f1998..58a0b4a54a1 100644 --- a/src/doc.c +++ b/src/doc.c @@ -487,7 +487,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int else if (start[-1] == '<') keymap = tem; else - describe_map_tree (tem, 1, Qnil); + describe_map_tree (tem, 1, Qnil, Qnil, 0); tem = Fbuffer_string (); Ferase_buffer (); set_buffer_internal (oldbuf);